home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / grafik / 3d & render tools / irit / man / man6 / ptptln.6 < prev    next >
Text File  |  1996-07-16  |  317b  |  17 lines

  1. .TH PTPTLN
  2.  6 "IRIT Version 6.0" 
  3. .SH NAME
  4. PTPTLN
  5.  
  6.  
  7.  
  8.  VectorType PTPTLN( PointType Point, PointType LineOrig, VectorType LineRay )
  9.  
  10. Computes the point on line LineOrig, LineRay that is closest
  11. to point Point.  See also DSTPTLN
  12.  
  13. Example:
  14.  
  15.  ClosestPt = PTPTLN( point( 0, 0, 0 ), point( 1, 1, 0 ), vector( 1, 1, 1 ) );
  16.  
  17.